@@ -43,6 +43,7 @@ public class MainActivity extends BaseActivity implements MainContract.View { |
||
43 | 43 |
protected void onCreate(Bundle savedInstanceState) { |
44 | 44 |
super.onCreate(savedInstanceState); |
45 | 45 |
setContentView(R.layout.activity_main); |
46 |
+ setSwipeBackEnable(false); |
|
46 | 47 |
unbinder = ButterKnife.bind(this); |
47 | 48 |
|
48 | 49 |
presenter = new MainPresenter(this); |
@@ -220,7 +220,7 @@ |
||
220 | 220 |
android:layout_height="wrap_content" |
221 | 221 |
android:paddingRight="6dp" |
222 | 222 |
android:orientation="vertical" |
223 |
- android:visibility="visible"> |
|
223 |
+ android:visibility="gone"> |
|
224 | 224 |
|
225 | 225 |
<TextView |
226 | 226 |
android:layout_width="match_parent" |